home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Frameworks
/
TransSkel 3.18
/
Source
/
Dialog Item Stuff
/
SkelGetDlogCtlHilite.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-20
|
215 b
|
13 lines
|
[
TEXT/KAHL
]
/*
* Get hiliting value of control associated with a dialog item.
*/
# include "TransSkel.h"
pascal short
SkelGetDlogCtlHilite (DialogPtr d, short item)
{
return ((**SkelGetDlogCtl (d, item)).contrlHilite);
}